Skip to main content

Plain Text Template Reporter

PlainTextTemplate

Generates plain text files using Apache Freemarker templates.

Configuration

Example

{
"PlainTextTemplate": {
"options": {
"templateIds": null,
"templatePaths": null
}
}
}

Options

templateIds

STRING_LIST

A comma-separated list of IDs of templates provided by ORT. Currently, only the "NOTICE_DEFAULT" and "NOTICE_SUMMARY" templates are available. If no template id or path is provided, the "NOTICE_DEFAULT" template is used.

templatePaths

STRING_LIST

A comma-separated list of paths to template files provided by the user.